Use absolute directory names substituted by configure
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Mar 2010 11:57:49 +0000 (12:57 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 21 Mar 2010 11:57:49 +0000 (12:57 +0100)
commitdebc2433633e8419ec2c3f30e67ab33d8d1a247b
tree7ef70c9062a61e3f501fa0916331904573c349c8
parent7d6808e1ed6df5666f4c5a9dfed2ddd01c5ecc58
Use absolute directory names substituted by configure

* lisp/Makefile.in (top_srcdir): Define.
(abs_top_builddir): Define.
(srcdir): Don't append `/..'.
(EMACS): Use ${abs_top_builddir}.
(all, compile, compile-always, compile-last): Don't set emacswd.
(update-subdirs, update-authors): Use $(top_srcdir) instead of
$(srcdir).
(lisp): Use $(srcdir) instead of @srcdir@.
* src/Makefile.in (abs_builddir): Define.
(bootstrap_exe): Use it.
(VPATH): Use $(srcdir) instead of @srcdir@.
lisp/ChangeLog
lisp/Makefile.in
src/ChangeLog
src/Makefile.in